fix(core): use env vars instead of cli args for runner config#1103
Merged
matejchalk merged 3 commits intomainfrom Sep 3, 2025
Merged
fix(core): use env vars instead of cli args for runner config#1103matejchalk merged 3 commits intomainfrom
matejchalk merged 3 commits intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit 0c9fa37
☁️ Nx Cloud last updated this comment at |
Contributor
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 919d5b8 with previous commit b05dd6e. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 4 audits improved, 👎 6 audits regressed, 15 audits changed without impacting score🗃️ Groups
18 other groups are unchanged. 🛡️ Audits
585 other audits are unchanged. |
a49421c to
0c9fa37
Compare
@code-pushup/ci
@code-pushup/cli
@code-pushup/create-cli
@code-pushup/core
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
@code-pushup/models-transformers
commit: |
BioPhoton
reviewed
Sep 3, 2025
BioPhoton
reviewed
Sep 3, 2025
BioPhoton
reviewed
Sep 3, 2025
BioPhoton
approved these changes
Sep 3, 2025
Collaborator
BioPhoton
left a comment
There was a problem hiding this comment.
Left a small improvement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Error report from customer:
Solved by replacing CLI args with environment variables (prefixed with
CP_) so it doesn't conflict with the shell script.